-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving Users admin page #1585
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! I've made one small suggested commit to make sure the loading indicator disappears and the copy user buttons display.
var resultDict = await _userStatusService.GetUsersStatus(); | ||
if (resultDict != null) | ||
_module = await _jsRuntime.InvokeAsync<IJSObjectReference>("import", "./Pages/Tools/Users/UsersTable.razor.js"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, the load icon in UsersPage.razor
displays forever.
} | |
LoadStatus = true; | |
} |
Pull Request
Description
Improving the functionality of the admin Users page.
Changes
Added:
of workspaces filtering
Testing
Tested visually.
Checklist